home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / hades.zip / MERGE.MAN < prev    next >
Text File  |  1992-04-13  |  2KB  |  66 lines

  1.  
  2.  
  3. MERGE(1)                     MAINTENANCE COMMANDS                     MERGE(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      merge - merges two optimized dictionaries
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      merge wordfile [-f wordfile] [-o outfile]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Merge merges two dictionaries and writes output to file specified  by the
  14.      -o  switch  (if no -o switch is specified, standard-output will be used).
  15.      Note that both wordfiles  must  be  optimized  ascending.  (run  optimize
  16.      without  the  -r  switch), or be sure both files are sorted ascending and
  17.      don't have double entries. One wordfile must be  given  on  command-line,
  18.      the  other  can  either  be  specified  using  the -f switch or feeded on
  19.      standard-input.
  20.  
  21. OOOPPPTTTIIIOOONNNSSS
  22.  
  23.      -fname
  24.           Causes dictionary-file name to be used as second dictionary  instead
  25.           of standard-input.
  26.  
  27.      -oname
  28.           Causes file name to be used to write merged dictionary  to,  instead
  29.           of standard-output.
  30.  
  31. SSSEEEEEE-AAALLLSSSOOO
  32.      optimize(1), userlist(1), gecos(1), hades(1), hits(1)
  33.  
  34. EEEXXXAAAMMMPPPLLLEEESSS
  35.      To merge the dictionary-file users.dic with gecos.dic, type:
  36.  
  37.      optimize -f users.dic -o optusers.dic
  38.      optimize -f gecos.dic -o optgecos.dic
  39.      merge optgecos.dic -foptusers.dic
  40.  
  41.      You can replace the last two lines by the line:
  42.  
  43.      optimize -f gecos.dic | merge optusers.dic
  44.  
  45. IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
  46.      Merge is copyrighted (C) 1992 by ``Zabkar'', member  of  Room101  hackers
  47.      organization,  Holland.  Unauthorized  use/copying  of  this  program  is
  48.      explicitly prohibited. Userlist is part  of  the  DESPERATE  toolbox  for
  49.      HADES   password-cracking   package   by   ``Remote''.   Send  e-Mail  to
  50.      root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Room101 hackers                        April 13, 1992                        1
  65.  
  66.